-
Notifications
You must be signed in to change notification settings - Fork 33
ACNA-3510: validate app config by default #897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
This is an awesome start. Great job! Couple things here:
|
| unit = true | ||
| } | ||
|
|
||
| const buildConfigs = await this.getAppExtConfigs({ extension }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a comment on your code but previous code: not sure how the previous code worked since it shouldn't. The unit tests didn't catch this https://github.com/adobe/aio-cli-plugin-app/blob/master/test/commands/app/test.test.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wild! What was the issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be a red herring.
At first glance aio app test should not have worked, basically - the first param should be flags (object) - you pass in all the flags, but { extension } (object) is passed. But it's just the call is passing in only the extension flag itself.
…e it inherit BaseCommand flags
MichaelGoberling
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Always verify in pack. |
Description
Related Issue
https://jira.corp.adobe.com/browse/ACNA-3510
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: